Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: follow HTTP redirects when fetching apt repo keys. #699

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

klihub
Copy link
Contributor

@klihub klihub commented Aug 24, 2021

Simply fetch keys with curl -L instead of plain curl.

@codecov-commenter
Copy link

Codecov Report

Merging #699 (7c07a82) into master (e88fd74) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #699   +/-   ##
=======================================
  Coverage   37.70%   37.70%           
=======================================
  Files          53       53           
  Lines        7877     7877           
=======================================
  Hits         2970     2970           
  Misses       4631     4631           
  Partials      276      276           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e88fd74...7c07a82. Read the comment docs.

Copy link
Contributor

@askervin askervin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Works fine.

Note (to self, at least): there's a warning at least on distro=debian-sid:

root@vm> curl -L -s https://download.docker.com/linux/debian/gpg | apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

...but that's not a problem of this patch.

@klihub klihub merged commit 47ebe90 into intel:master Aug 25, 2021
@klihub klihub deleted the fixes/e2e/apt-key-fetch-redirects branch August 25, 2021 12:27
@klihub klihub mentioned this pull request Oct 5, 2021
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants